install script and others
[php-bacula-disk-changer.git] / bin / pbdc
old mode 100644 (file)
new mode 100755 (executable)
index 95ca1af..9e42b07
--- a/bin/pbdc
+++ b/bin/pbdc
@@ -1,3 +1,5 @@
 #!/bin/sh
 
-php pbdc.php $*
\ No newline at end of file
+. /etc/pbdc.conf
+
+php $BASE_DIR/bin/pbdc.php $*
\ No newline at end of file