die-klammern-geben-keine-variablen-mit
This commit is contained in:
parent
d203205484
commit
3351fcbe9e
1 changed files with 2 additions and 2 deletions
|
@ -713,7 +713,7 @@ function systemdboot() {
|
|||
cp /opt/${repo}/update-bootloader ${mountpoint}/usr/bin/update-bootloader
|
||||
chmod +x ${mountpoint}/usr/bin/update-bootloader
|
||||
if ! grep '/usr/bin/update-bootloader' $RCLOCALSHUTDOWN; then
|
||||
echo "${mountpoint}/usr/bin/update-bootloader" >> $RCLOCALSHUTDOWN
|
||||
echo "/usr/bin/update-bootloader" >> $RCLOCALSHUTDOWN
|
||||
fi
|
||||
fi
|
||||
|
||||
|
@ -895,7 +895,7 @@ function abfrage() {
|
|||
fi
|
||||
fi
|
||||
|
||||
RCLOCALSHUTDOWN='${mountpoint}/etc/rc.local.shutdown'
|
||||
RCLOCALSHUTDOWN="${mountpoint}/etc/rc.local.shutdown"
|
||||
|
||||
# Partitionierung
|
||||
|
||||
|
|
Loading…
Reference in a new issue