summaryrefslogtreecommitdiff
path: root/at-boot.sh
diff options
context:
space:
mode:
authorBoss Marco <bossm8@bfh.ch>2021-10-01 14:05:43 +0200
committerBoss Marco <bossm8@bfh.ch>2021-10-01 14:05:43 +0200
commit6521a09188c0abb08dca3c1338de2ef8443c0fcb (patch)
tree057949302ee93e57a8569e467ad069541670f9e0 /at-boot.sh
parentb8f8bb151c56e01010cf264d7a307215df7ff651 (diff)
downloadgrid5k-6521a09188c0abb08dca3c1338de2ef8443c0fcb.tar.gz
grid5k-6521a09188c0abb08dca3c1338de2ef8443c0fcb.tar.bz2
grid5k-6521a09188c0abb08dca3c1338de2ef8443c0fcb.zip
add dummy scripts and some etc files
Diffstat (limited to 'at-boot.sh')
-rw-r--r--at-boot.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/at-boot.sh b/at-boot.sh
deleted file mode 100644
index 578425f..0000000
--- a/at-boot.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-# Run by the gridboot.service at boot. Updates
-# the grid5k.git and then runs a script from that
-# Git.
-#
-cd /root/grid5k
-git pull
-chmod +x update.sh
-exec /root/grid5k/update.sh