mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
Test
This commit is contained in:
parent
6c61d31d3d
commit
b734347e9e
2 changed files with 2 additions and 3 deletions
|
@ -39,4 +39,4 @@ services = [ 'php8.3-fpm']
|
|||
ask.en = "Statistics for the server"
|
||||
ask.fr = "Statistiques du serveur"
|
||||
type = "string"
|
||||
default ="coucou"
|
||||
readonly = true
|
|
@ -52,8 +52,7 @@ set__connexion_compte(){
|
|||
}
|
||||
|
||||
get__statistics(){
|
||||
#echo "$(pushd "$install_dir/script" && /usr/bin/php8.3 --define apc.enable_cli=1 stat.php)"
|
||||
echo "salut la compagnie"
|
||||
echo "$(pushd "$install_dir/script" && /usr/bin/php8.3 --define apc.enable_cli=1 stat.php)"
|
||||
}
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue