mirror of
https://github.com/paolo-projects/unlocker.git
synced 2025-07-27 07:54:42 +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
|
||||
cp local-template.sh local.sh
|
||||
cat unlocker.py >> local.sh
|
||||
echo END >> /etc/rc.local.d/local.sh
|
||||
echo END >> 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
|
||||
echo Success - please now restart the server!
|
||||
|
Loading…
x
Reference in New Issue
Block a user