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:
parent
0eb898f037
commit
0f74110fa7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue