1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lstu_ynh.git synced 2024-09-03 19:36:12 +02:00

[Fix] Error "sudo sed ..."

This commit is contained in:
frju365 2017-04-21 16:45:54 +02:00 committed by GitHub
parent 000290ac82
commit 462facdddf

View file

@ -80,7 +80,7 @@ sudo sed -i "s@__FINALPATH__@$final_path/@g" /etc/systemd/system/lstu.service
# Install logrotate
sudo cp ../conf/logrotate /etc/logrotate.d/$app
sed -i "s@__FINALPATH__@$final_path@g" /etc/logrotate.d/$app
sudo sed -i "s@__FINALPATH__@$final_path@g" /etc/logrotate.d/$app
# Install Carton
echo yes | sudo cpan Carton