1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yunorunner_ynh.git synced 2024-09-03 20:36:13 +02:00

Update install

This commit is contained in:
tituspijean 2023-04-07 13:14:00 +02:00 committed by GitHub
parent 1b49dec444
commit eaf56818bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ chown $app:$app "$final_path/config.py"
ynh_script_progression --message="Run Yunorunner's finish_install script..."
pushd "$final_path"
./finish_install.sh $mode $cluster
./maintenance/finish_install.sh $mode $cluster
popd
#=================================================