mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
20 lines
306 B
Bash
20 lines
306 B
Bash
#!/usr/bin/env bash
|
|
|
|
_modules=(
|
|
arguments
|
|
array
|
|
# cd_to_bindir
|
|
date
|
|
log
|
|
log_run
|
|
meta
|
|
# renice
|
|
settings
|
|
strict
|
|
string
|
|
# timestamped_log
|
|
# unit
|
|
)
|
|
|
|
BASH_MODULES_PATH="$YNH_APP_HELPERS_DIR/bash-modules"
|
|
source "$BASH_MODULES_PATH/import.sh" "${_modules[@]}"
|