Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/fw-daemon/commit/4a26b212cb0c9798f6daf5eb7d390a6be082ded5?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Enable extension for 'user' only

pull/23/head
Bruce Leidl 9 years ago
parent fa281291f8
commit 4a26b212cb

@ -4,8 +4,7 @@ set -e
case $1 in
configure)
pkill -HUP gnome-shell
gnome-shell-extension-tool --enable-extension=firewall@subgraph.com
su user -c gnome-extension-tool --enable-extension=firewall@subgraph.com
;;
abort-upgrade|abort-remove|abort-deconfigure)
;;

@ -3,7 +3,7 @@
set -e
if [ "$1" = "remove" ]; then
gnome-shell-extension-tool --disable-extension=firewall@subgraph.com
su user -c gnome-shell-extension-tool --disable-extension=firewall@subgraph.com
fi
#DEBHELPER#

Loading…
Cancel
Save