Browse Source

Add quotes

pull/130/head
MegaV0lt 4 years ago
committed by GitHub
parent
commit
0a3d8c5fb1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      log2ram

+ 2
- 2
log2ram View File

@@ -15,8 +15,8 @@ isSafe () {
}

remountOriginal() {
OPTION=$1
mount -o remount,${OPTION} "$HDD_LOG"
OPTION="$1"
mount -o remount,"$OPTION" "$HDD_LOG"
}

syncToDisk () {


Loading…
Cancel
Save