mirror of
https://github.com/YunoHost-Apps/pmwiki_ynh.git
synced 2024-09-03 20:06:40 +02:00
fix
This commit is contained in:
parent
53f2ba2369
commit
2f05412e1d
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.sources.fr]
|
||||
url = "http://www.pmwiki.org/pub/pmwiki/i18n/i18n-fr.zip"
|
||||
sha256 = "cea0311753f83bab84fe0b2f936d9ea174d067fa07513ffac7bf9c3578a785a5"
|
||||
sha256 = "0dc3b6d80dd165d0ef62d5cd2eeac9552145d70c9171c6ee287af9035b22227f"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ ynh_script_progression --message="Setting up source files..." --weight=3
|
|||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir"
|
||||
|
||||
#ynh_setup_source --dest_dir="$install_dir/wikilib.d" --source_id=fr
|
||||
ynh_setup_source --dest_dir="$install_dir/wikilib.d" --source_id=fr
|
||||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
|
Loading…
Add table
Reference in a new issue