scripts dutchification - batch 1

This commit is contained in:
bergware
2023-10-02 13:18:14 +02:00
parent 5fdfa2027a
commit 1972f8665b
+1 -1
View File
@@ -79,7 +79,7 @@ for PLUGIN in $OBSOLETE; do
if [[ -e $CONFIG/plugins/$PLUGIN.plg ]]; then
log "moving obsolete plugin $PLUGIN.plg to $CONFIG/plugins-error"
# preserve ssd-trim config
if [[ $PLUGIN = "dynamix.ssd.trim" ]]; then
if [[ $PLUGIN == dynamix.ssd.trim ]]; then
if [[ -e $CONFIG/plugins/$PLUGIN/$PLUGIN.cfg ]]; then
echo "[ssd]" >> $CONFIG/plugins/dynamix/dynamix.cfg
cat $CONFIG/plugins/$PLUGIN/$PLUGIN.cfg >> $CONFIG/plugins/dynamix/dynamix.cfg