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

temporary fix

This commit is contained in:
Salamandar 2024-07-12 13:23:31 +02:00
parent f1f2a28acd
commit 6d53939019

View file

@ -29,7 +29,7 @@ _build_install_framagames() {
mv -f "$install_dir/sources/dist" "$install_dir/www" mv -f "$install_dir/sources/dist" "$install_dir/www"
mv -f "$install_dir/sources/games/"* "$install_dir/www" mv -f "$install_dir/sources/games/"* "$install_dir/www"
cp "$install_dir/www/fr/index.html" "$install_dir/www/index.html" # cp "$install_dir/www/fr/index.html" "$install_dir/www/index.html"
# cd public && for f in $(find -type l);do cp --remove-destination $(readlink -f $f) $f;done; # cd public && for f in $(find -type l);do cp --remove-destination $(readlink -f $f) $f;done;
} }