mirror of
https://github.com/YunoHost/yunohost_demo.git
synced 2024-09-03 19:56:44 +02:00
Update Disable_custom_apps
This commit is contained in:
parent
62c335aed8
commit
5a1ad7f770
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ if [ "${0:0:1}" == "/" ]; then script_dir="$(dirname "$0")"; else script_dir="$P
|
||||||
MACHINE=$1 # Nom du conteneur
|
MACHINE=$1 # Nom du conteneur
|
||||||
|
|
||||||
# Disable the button to install a custom app
|
# Disable the button to install a custom app
|
||||||
sed -i "s/<input type=\"submit\" class=\"btn btn-success slide\" value=\"{{t 'install'}}\">/<input type=\"\" class=\"btn btn-success slide\" value=\"{{t 'install'}}\">/g" /var/lib/lxc/$MACHINE/rootfs/usr/share/yunohost/admin/views/app/app_list_install.ms
|
sed -i "s@<a role=\"button\" class=\"btn btn-success slide\">{{t 'install'}}</a>@<a role=\"\" class=\"btn btn-success slide\">{{t 'install'}}</a>@g" /var/lib/lxc/$MACHINE/rootfs/usr/share/yunohost/admin/views/app/app_catalog_category.ms
|
||||||
|
|
Loading…
Reference in a new issue