Skip to content

Commit a21bfb8

Browse files
authored
Update zram.sh
1 parent ffcc6c1 commit a21bfb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/zram.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ while true; do
132132
echo "1 - Create ZRAM"
133133
echo "2 - Delete ZRAM"
134134
echo "3 - Display ZRAM Information"
135-
echo "q - Quit"
135+
echo "0 - Quit"
136136
read -p "Enter your choice: " choice
137137

138138
case $choice in
@@ -145,7 +145,7 @@ while true; do
145145
3)
146146
display_zram_info
147147
;;
148-
q)
148+
0)
149149
echo "Exiting..."
150150
exit 0
151151
;;

0 commit comments

Comments
 (0)