Kaynağa Gözat

Actualizar 'addswap.sh'

master
Ignacio Falco 4 yıl önce
ebeveyn
işleme
74fc70dcab
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 4
    4
      addswap.sh

+ 4
- 4
addswap.sh Dosyayı Görüntüle

@@ -1,7 +1,7 @@
1 1
 #! /bin/bash
2 2
 
3
-fallocate -l 3G /swapfile && \
4
-chmod 600 /swapfile && \
5
-mkswap /swapfile && \
6
-swapon /swapfile && \
3
+fallocate -l 3G /swapfile
4
+chmod 600 /swapfile
5
+mkswap /swapfile
6
+swapon /swapfile
7 7
 swapon --show

Loading…
İptal
Kaydet