We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d6e68 commit 4d35836Copy full SHA for 4d35836
2 files changed
presets/ghost/target/root/bin/storm
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+
3
+path=$(realpath $1 2>/dev/null || echo -n '')
4
+/usr/share/applications/scripts/run_storm.sh $path > /dev/null 2>& 1 &
presets/ghost/target/root/first_boot_install.sh
@@ -161,6 +161,8 @@ cp target_root/usr/bin/php /usr/bin/php7
161
chmod o+x /usr/bin/php7
162
/etc/internet.sh deny builder
163
rm -rf /tmp/php_install
164
-cd
165
+cd
166
+chmod o+rx bin/*
167
+cp -a bin/* /usr/bin/
168
sh reload_iptables.sh
0 commit comments