File download testing
parent
44f74a27dd
commit
b36f6cebad
|
|
@ -45,6 +45,7 @@ rm -f bin/stop
|
||||||
echo "Copying start and stop script files"
|
echo "Copying start and stop script files"
|
||||||
mv tempcheckout/Server/bin/start bin/start
|
mv tempcheckout/Server/bin/start bin/start
|
||||||
mv tempcheckout/Server/bin/stop bin/stop
|
mv tempcheckout/Server/bin/stop bin/stop
|
||||||
|
ls
|
||||||
echo "Modifying permissions on start and stop script files to be executable"
|
echo "Modifying permissions on start and stop script files to be executable"
|
||||||
chmod +x bin/start
|
chmod +x bin/start
|
||||||
chmod +x bin/stop
|
chmod +x bin/stop
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue