We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcc6c1 commit a21bfb8Copy full SHA for a21bfb8
1 file changed
scripts/zram.sh
@@ -132,7 +132,7 @@ while true; do
132
echo "1 - Create ZRAM"
133
echo "2 - Delete ZRAM"
134
echo "3 - Display ZRAM Information"
135
- echo "q - Quit"
+ echo "0 - Quit"
136
read -p "Enter your choice: " choice
137
138
case $choice in
@@ -145,7 +145,7 @@ while true; do
145
3)
146
display_zram_info
147
;;
148
- q)
+ 0)
149
echo "Exiting..."
150
exit 0
151
0 commit comments