MegaV0lt
4 vuotta sitten
committed by
GitHub
vanhempi
commit
0a3d8c5fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
2 lisäystä ja
2 poistoa
-
log2ram
|
|
@@ -15,8 +15,8 @@ isSafe () { |
|
|
|
} |
|
|
|
|
|
|
|
remountOriginal() { |
|
|
|
OPTION=$1 |
|
|
|
mount -o remount,${OPTION} "$HDD_LOG" |
|
|
|
OPTION="$1" |
|
|
|
mount -o remount,"$OPTION" "$HDD_LOG" |
|
|
|
} |
|
|
|
|
|
|
|
syncToDisk () { |
|
|
|