X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=make_home_videos.cmd;h=4c19b7e874930ad4561ae964228f84d35bfe0d34;hb=632c817d641c5701894b61c6080380ecfb36ca4e;hp=ac3fa22b9fbcfd39a552751b61696714b90c60a7;hpb=c557492f3e191e64e0a2737152e4c77a35476e1a;p=videoscripts%2F.git diff --git a/make_home_videos.cmd b/make_home_videos.cmd index ac3fa22..4c19b7e 100755 --- a/make_home_videos.cmd +++ b/make_home_videos.cmd @@ -8,8 +8,8 @@ # USAGE: make_home_videos.cmd # EXAMPLE: make_home_videos.cmd Dec06-Apr07 -SERVER="/mnt/server/videos/HomeVideos" -MAKE_VIDEOS="/mnt/server/videos/bin/make_home_videos.pl" +SERVER="/naspool/videos/HomeVideos" +MAKE_VIDEOS="/naspool/videos/bin/make_home_videos.pl" $MAKE_VIDEOS -e -c -m -p -a -n $* @@ -68,5 +68,6 @@ popd > /dev/null echo "-> Rebooting the system in 10 seconds... Press CTRL-C to abort..." sleep 10 echo "-> Rebooting now..." -sudo /sbin/reboot +# chmod u+s /sbin/reboot if you can't run the below command without being root +/sbin/reboot