mirror of
https://github.com/azlux/log2ram.git
synced 2023-10-10 13:37:24 +02:00
I miss all chmod
This commit is contained in:
parent
f557cedfc6
commit
48980b2de2
@ -3,7 +3,9 @@
|
|||||||
if [ `id -u` -eq 0 ]
|
if [ `id -u` -eq 0 ]
|
||||||
then
|
then
|
||||||
cp log2ram.service /etc/systemd/system/log2ram.service
|
cp log2ram.service /etc/systemd/system/log2ram.service
|
||||||
|
chmod a+x /etc/systemd/system/log2ram.service
|
||||||
cp log2ram /usr/local/bin/log2ram
|
cp log2ram /usr/local/bin/log2ram
|
||||||
|
chmod a+x /usr/local/bin/log2ram
|
||||||
systemctl enable log2ram
|
systemctl enable log2ram
|
||||||
|
|
||||||
echo "Reboot to activate log2ram"
|
echo "Reboot to activate log2ram"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user