mirror of
https://github.com/YunoHost-Apps/libremdb_ynh.git
synced 2024-09-03 19:36:22 +02:00
remove some unnecessary comments
This commit is contained in:
parent
ae142ae7ba
commit
8ec550066f
1 changed files with 0 additions and 5 deletions
|
@ -21,8 +21,6 @@ nodejs_version=16
|
||||||
# FUTURE OFFICIAL HELPERS
|
# FUTURE OFFICIAL HELPERS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# get the first available redis database
|
# get the first available redis database
|
||||||
#
|
#
|
||||||
# usage: ynh_redis_get_free_db
|
# usage: ynh_redis_get_free_db
|
||||||
|
@ -51,9 +49,6 @@ ynh_redis_get_free_db() {
|
||||||
echo "$db"
|
echo "$db"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Create a master password and set up global settings
|
|
||||||
# Please always call this script in install and restore scripts
|
|
||||||
#
|
|
||||||
# usage: ynh_redis_remove_db database
|
# usage: ynh_redis_remove_db database
|
||||||
# | arg: database - the database to erase
|
# | arg: database - the database to erase
|
||||||
ynh_redis_remove_db() {
|
ynh_redis_remove_db() {
|
||||||
|
|
Loading…
Reference in a new issue