summaryrefslogtreecommitdiffstats
path: root/pack.sh
diff options
context:
space:
mode:
authorSimon Rettberg2021-04-20 16:40:25 +0200
committerSimon Rettberg2021-04-20 16:40:25 +0200
commit7c5748d3a6bc12ece61ccf782047f6200b79b325 (patch)
treed409550975adb7e014dd919892d4e110e55f62c4 /pack.sh
parent[sysconfig] Enforce proper ldadp services running on reboot/install (diff)
downloadslx-admin-7c5748d3a6bc12ece61ccf782047f6200b79b325.tar.gz
slx-admin-7c5748d3a6bc12ece61ccf782047f6200b79b325.tar.xz
slx-admin-7c5748d3a6bc12ece61ccf782047f6200b79b325.zip
[serversetup-bwlp-ipxe] Add iPXE version selector
Diffstat (limited to 'pack.sh')
-rwxr-xr-xpack.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/pack.sh b/pack.sh
index 49ef3bef..e9ed8b45 100755
--- a/pack.sh
+++ b/pack.sh
@@ -2,5 +2,9 @@
tar ckzf slx-admin.tar.gz api.php index.php apis fonts inc lang modules-available Mustache script style install.php install-all || exit 1
-[ "$1" = "--deploy" ] && scp slx-admin.tar.gz root@132.230.4.17:install/slx-admin.tar.gz
+if [ "$1" = "--deploy" ]; then
+ scp slx-admin.tar.gz root@132.230.4.17:install/slx-admin.tar.gz
+else
+ echo "Not deploying"
+fi