mirror of
https://github.com/YunoHost-Apps/minchat_ynh.git
synced 2024-09-03 19:36:29 +02:00
small typos
This commit is contained in:
parent
e307c8bbc7
commit
c953eab9c2
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ In this example `auth = John:Game,John:Family,Mary:Game,Tim:Family,admin:*,*:Pub
|
||||||
- `*:` = everybody can access the unnamed room
|
- `*:` = everybody can access the unnamed room
|
||||||
|
|
||||||
## Hints for users
|
## Hints for users
|
||||||
- The URLs you send are linked or transformed to images when preceeded by a !
|
- The URLs you send are linked or transformed to images when preceeded by a `!`
|
||||||
- If multiple rooms are allowed by the administrator in the `setup.ini`, you can have several tabs opened to different rooms in the same browser.
|
- If multiple rooms are allowed by the administrator in the `setup.ini`, you can have several tabs opened to different rooms in the same browser.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
|
@ -22,7 +22,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||||
#=================================================
|
#=================================================
|
||||||
# REMOVE APP MAIN DIR
|
# REMOVE APP MAIN DIR
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Removing MinChat main directory..." --weight=2
|
ynh_script_progression --message="Removing Minchat main directory..." --weight=2
|
||||||
|
|
||||||
# Remove the app directory securely
|
# Remove the app directory securely
|
||||||
ynh_secure_remove --file="$final_path"
|
ynh_secure_remove --file="$final_path"
|
||||||
|
|
Loading…
Reference in a new issue