mirror of
https://github.com/YunoHost-Apps/distbin_ynh.git
synced 2024-09-03 18:26:10 +02:00
Remove fix for the about page
This commit is contained in:
parent
29ff7e6fa6
commit
5d5de37abc
2 changed files with 0 additions and 6 deletions
|
@ -182,9 +182,6 @@ npm install typescript@>=2.0 --save
|
|||
npm install ts-node
|
||||
popd
|
||||
|
||||
#Fix a error in the public page
|
||||
ynh_replace_string "res.writeHead(200)" "res.writeHead(200, {\"content-type\": \"text/html\",})" "$final_path/src/distbin-html/public.ts"
|
||||
|
||||
chown -R $app:$app $final_path
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -125,9 +125,6 @@ npm install typescript@>=2.0 --save
|
|||
npm install ts-node
|
||||
popd
|
||||
|
||||
#Fix a error in the public page
|
||||
ynh_replace_string "res.writeHead(200)" "res.writeHead(200, {\"content-type\": \"text/html\",})" "$final_path/src/distbin-html/public.ts"
|
||||
|
||||
### Verify the checksum of a file, stored by `ynh_store_file_checksum` in the install script.
|
||||
### And create a backup of this file if the checksum is different. So the file will be backed up if the admin had modified it.
|
||||
#ynh_backup_if_checksum_is_different "$final_path/CONFIG_FILE"
|
||||
|
|
Loading…
Reference in a new issue