mirror of
https://github.com/paolo-projects/unlocker.git
synced 2025-07-29 17:04:33 +02:00
Fixed incorrect CAT commands
This commit is contained in:
parent
4c88bcdc2f
commit
aecbe827a9
@ -12,9 +12,7 @@ export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
|||||||
echo Installing local.sh
|
echo Installing local.sh
|
||||||
cp local-template.sh local.sh
|
cp local-template.sh local.sh
|
||||||
cat unlocker.py >> local.sh
|
cat unlocker.py >> local.sh
|
||||||
echo END >> /etc/rc.local.d/local.sh
|
echo END >> local.sh
|
||||||
chmod +x local.sh
|
chmod +x local.sh
|
||||||
cp /etc/rc.local.d/local.sh local-original.sh
|
|
||||||
cat local-original.sh >> local.sh
|
|
||||||
cp local.sh /etc/rc.local.d/local.sh
|
cp local.sh /etc/rc.local.d/local.sh
|
||||||
echo Success - please now restart the server!
|
echo Success - please now restart the server!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user