1
0
Fork 0
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:
Sebastian Gumprich 2023-04-19 19:54:35 +02:00
parent ae142ae7ba
commit 8ec550066f

View file

@ -21,8 +21,6 @@ nodejs_version=16
# FUTURE OFFICIAL HELPERS
#=================================================
#!/bin/bash
# get the first available redis database
#
# usage: ynh_redis_get_free_db
@ -51,9 +49,6 @@ ynh_redis_get_free_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
# | arg: database - the database to erase
ynh_redis_remove_db() {