1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

[fix][wip]remove non working sudo

This commit is contained in:
Clément 2016-09-01 08:38:50 +02:00
parent 0eb898f037
commit 0f74110fa7

View file

@ -44,7 +44,7 @@ sudo yunohost app setting freshrss mysqlpwd -v $db_pwd
# Copy files to the right place
TMPDIR=$(ynh_mkdir_tmp)
sudo extract_freshrss "$TMPDIR"
extract_freshrss "$TMPDIR"
sudo cp -a ../conf/config.php $TMPDIR/data
sudo cp ../sources/install_ynh.sql $TMPDIR/app/SQL/install_ynh.sql