cleaning up config files
[sfa.git] / cmdline / testSfiDelegate.sh
index 567856e..4eb72e9 100644 (file)
@@ -1,10 +1,12 @@
 #!/bin/bash
 
-source configSfi.sh
+export PATH=$PATH:/etc/geni
+source config_sfi
+CWD=$(pwd)
 
 rm -f saved_record.*
 
-python ./sfi.py show $SFI_USER
-python ./sfi.py delegate --user plc.arizona.gackscentral
+python $(CWD)/sfi.py show $SFI_USER
+python $(CWD)/sfi.py delegate --user plc.arizona.gackscentral
 
 #rm -f saved_record.*