Index: sources/storage/StorageGlobals.cpp =================================================================== diff -u -raf8d98b36b427e2b5f4d6659fcf3b58ee79eab6a -r0e122c98700951af539d9f47c5578e26d640fcc7 --- sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision af8d98b36b427e2b5f4d6659fcf3b58ee79eab6a) +++ sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 0e122c98700951af539d9f47c5578e26d640fcc7) @@ -159,4 +159,8 @@ // Bluetooth const char *Bluetooth_Paired_Reset = "bluetooth_paired_clear.sh"; const char *Bluetooth_Paired_Query = "bluetooth_paired_query.sh"; + + // Encrypted Partision - cryptsetup + const char *Crypt_Setup = "crypt_setup.sh"; + }